home *** CD-ROM | disk | FTP | other *** search
/ CDV Software Presents (USA) / CDV Software Presents (USA).bin / data / menu.dxr / 00010_scrollUp.ls < prev    next >
Encoding:
Text File  |  2003-04-02  |  133 b   |  8 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     scrollByLine(member("text"), -1)
  4.     updateSlider()
  5.     updateStage()
  6.   end repeat
  7. end
  8.